Previous page Next page

Audio Push Message (PM)

The first step in sending an Audio push is to send an HTTP POST request from the Push Initiator to the telephone’s Push Agent. Following is the XML Message (PM) format sent from the Push Initiator to the Push Agent:

<?xml version="1.0"?> 
 
<Push

	alert=“0|1|2|3”

	type=“audio”

	mode=“normal|barge”  
 
> 
 
   <go href=“http://trusted_push_server/filename.xml”   method=“get|post”>

	<postfield name=“name1” value=“value1”/>

	<postfield name=“name2” value=“value2”/> 
 
</go> 
 
</Push> 
 

Previous page Next page